From e90fb534da263dd36c57775a3fed246b48f70ab9 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Thu, 5 Jun 2014 11:49:24 +0530 Subject: [PATCH] Masked input widget upgrade fixing #3196 Support contribution credits updated --- framework/widgets/MaskedInput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/widgets/MaskedInput.php b/framework/widgets/MaskedInput.php index 3c828089be..d791c5d395 100644 --- a/framework/widgets/MaskedInput.php +++ b/framework/widgets/MaskedInput.php @@ -125,6 +125,7 @@ class MaskedInput extends InputWidget * - 'data-plugin-name' the name of the plugin * * @param View $view the view instance + * @author [Thiago Talma](https://github.com/thiagotalma) */ protected function hashPluginOptions($view) {