Skip to content

Commit 9f2c26d

Browse files
committed
fix
1 parent 922103b commit 9f2c26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/class-command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function eval_file( $args, $assoc_args ) {
360360
/**
361361
* Profile an eval or eval-file statement.
362362
*/
363-
private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $order = null ) {
363+
private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $orderby = null ) {
364364
$hook = Utils\get_flag_value( $assoc_args, 'hook' );
365365
$type = $focus = false;
366366
$fields = array();

0 commit comments

Comments
 (0)