Forráskód Böngészése

Oops. That one slipped.

philippe_mingo 24 éve
szülő
commit
1d2d6784ea
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      plugins/squirrelspell/sqspell_config.php

+ 1 - 1
plugins/squirrelspell/sqspell_config.php

@@ -15,7 +15,7 @@
     global $username, $data_dir;
 
 
-    $SQSPELL_APP = array( 'English' => 'ispell -d spanish -a' );
+    $SQSPELL_APP = array( 'English' => 'ispell -a' );
     $SQSPELL_APP_DEFAULT = 'English';
     $SQSPELL_WORDS_FILE = "$data_dir/$username.words";
     $SQSPELL_EREG = 'ereg';