Dotclear

Changeset 1489:f2398e7f3395


Ignore:
Timestamp:
08/16/13 15:50:24 (12 years ago)
Author:
Dsls
Branch:
twig
Message:

we'll see behaviors later...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.form.php

    r1414 r1489  
    744744               $action = $f->getAction(); 
    745745               if ($action != NULL) { 
    746                     if (!$hasActions) { 
    747                          $this->core->callBehavior('coreBeforeFormSubmit',$this); 
    748                     } 
    749746                    $hasActions = true; 
    750747                    $ret = call_user_func($action,$this); 
    751748               } 
    752           } 
    753           if ($hasActions) { 
    754                $this->core->callBehavior('coreAfterFormSubmit',$this); 
    755749          } 
    756750     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map