Changeset 1664
- Timestamp:
- 10/24/09 13:38:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pluginsPage/class.pluginsPage.php
r1659 r1664 147 147 if ($dest_file === null) 148 148 { 149 throw new Exception(__('Cache file does not exist s'));149 throw new Exception(__('Cache file does not exist')); 150 150 } 151 151 unlink($dest_file);
Note: See TracChangeset
for help on using the changeset viewer.