diff --git a/inc/class-command.php b/inc/class-command.php index 024f16d..513ebda 100644 --- a/inc/class-command.php +++ b/inc/class-command.php @@ -360,7 +360,7 @@ class Command { /** * Profile an eval or eval-file statement. */ - private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $order = null ) { + private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $orderby = null ) { $hook = Utils\get_flag_value( $assoc_args, 'hook' ); $type = $focus = false; $fields = array();