This commit is contained in:
Wojciech Smoliński 2018-08-11 16:08:35 +02:00
parent 0befc3ad93
commit 4679dde837

View file

@ -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();