Changeset 1827 for plugins/writers/index.php
- Timestamp:
- 10/30/09 09:55:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/writers/index.php
r248 r1827 27 27 28 28 if ($rs->isEmpty()) { 29 throw new Exception(__('Writer does not exist s.'));29 throw new Exception(__('Writer does not exist.')); 30 30 } 31 31 … … 75 75 { 76 76 if (!isset($blog_users[$_GET['u_id']])) { 77 throw new Exception(__('Writer does not exist s.'));77 throw new Exception(__('Writer does not exist.')); 78 78 } 79 79
Note: See TracChangeset
for help on using the changeset viewer.