Fix syntax
authorJan Schneider <jan@horde.org>
Tue, 10 Nov 2009 11:50:25 +0000 (12:50 +0100)
committerJan Schneider <jan@horde.org>
Tue, 10 Nov 2009 17:12:26 +0000 (18:12 +0100)
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php

index d036006..f14da10 100644 (file)
@@ -21,7 +21,7 @@ class Kronolith_Ajax_Imple_ContactAutoCompleter extends Horde_Ajax_Imple_AutoCom
      */
     protected function _attach($js_params)
     {
-        $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img"',
+        $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img"';
 
         return array(
             'ajax' => 'ContactAutoCompleter',