From 4679dde837206dfb8b4e6350747cb51052833c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Sat, 11 Aug 2018 16:08:35 +0200 Subject: [PATCH] fix --- inc/class-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();