Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 22:15:09 +0000 (16:15 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 22:15:09 +0000 (16:15 -0600)
framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php

index 2b21ea4..16ffd4e 100644 (file)
@@ -39,7 +39,7 @@ abstract class Horde_Ajax_Imple_AutoCompleter extends Horde_Ajax_Imple_Base
         );
 
         $config = $this->_attach(array(
-            'raw_params' = array(),
+            'raw_params' => array(),
             'tokens' => array(',', ';')
         ));