Changeset 423
- Timestamp:
- 11/14/05 07:48:41 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/SpellChecker/aspell_setup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/SpellChecker/aspell_setup.php
r388 r423 116 116 // as an additional precaution check the aspell_args for illegal 117 117 // characters 118 $aspell_args = preg_replace( "/[|><;\$]+/", $aspell_args );118 $aspell_args = preg_replace( "/[|><;\$]+/", '', $aspell_args ); 119 119 $aspelldictionaries = "$aspell dump dicts"; 120 120 $aspellcommand = "$aspell $aspell_args < $temptext";
