Remove stray quote.
authorJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 17:03:05 +0000 (18:03 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 17:04:00 +0000 (18:04 +0100)
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php

index 3d6f5d7..01da4db 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',