Changeset 1489:f2398e7f3395
- Timestamp:
- 08/16/13 15:50:24 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.form.php
r1414 r1489 744 744 $action = $f->getAction(); 745 745 if ($action != NULL) { 746 if (!$hasActions) {747 $this->core->callBehavior('coreBeforeFormSubmit',$this);748 }749 746 $hasActions = true; 750 747 $ret = call_user_func($action,$this); 751 748 } 752 }753 if ($hasActions) {754 $this->core->callBehavior('coreAfterFormSubmit',$this);755 749 } 756 750 }
Note: See TracChangeset
for help on using the changeset viewer.