- Timestamp:
- 09/07/06 04:38:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/admin/generic_object_admin.php
r1090 r1092 236 236 $object->processAdminUI(); 237 237 238 // Renew information about the object239 $object = call_user_func(array($class, 'getObject'), $_REQUEST['object_id']);240 241 238 // Now try to delete the content 242 239 if ($object->delete($errmsg) == true) {
