Changeset 2048:a23152342139 for inc/admin/actions/class.dcaction.php
- Timestamp:
- 09/23/13 23:40:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcaction.php
r2039 r2048 223 223 public function redirect($params=array(),$with_selected_entries=false) { 224 224 http::redirect($this->getRedirection($params,$with_selected_entries)); 225 exit; 225 226 } 226 227 … … 270 271 } 271 272 if ($performed) { 272 exit;273 return true; 273 274 } 274 275 } catch (Exception $e) {
Note: See TracChangeset
for help on using the changeset viewer.