In /system/expressionengine/libraries/Actions.php, around line 185, Actions are called using a default parameter of 0:
// Instantiate the class/method
$ACT = new $class(0);Curiously… Why? Is it specifically to keep classes requiring a constructor parameter from loading in/as Actions?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.