diff options
| author | Nathan Gass | 2022-09-22 15:33:54 +0200 | 
|---|---|---|
| committer | Nathan Gass | 2022-09-22 15:33:54 +0200 | 
| commit | db1167432631c348125ec45b3bc6d5fb1f0dc54a (patch) | |
| tree | fcf967084b94e9c27f94707d567e43ea56437664 /auto_prepend.php | |
| parent | 7a5d99f89b99e1c5bb374887399b1b1ad6042262 (diff) | |
| download | itools-db1167432631c348125ec45b3bc6d5fb1f0dc54a.tar.gz itools-db1167432631c348125ec45b3bc6d5fb1f0dc54a.tar.bz2 itools-db1167432631c348125ec45b3bc6d5fb1f0dc54a.zip  | |
Revert "still need stackoffs=1 for use of D()"
This reverts commit 960842296e3cb38f00be2f83dd37aa12dd4aef4e.
Diffstat (limited to 'auto_prepend.php')
| -rw-r--r-- | auto_prepend.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 971e977..19108fb 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -7,7 +7,7 @@   */  function D(...$args)  { -	return it_debug::dump($args, ['stackoffs' => 1]); +	return it_debug::dump($args);  }  /**  |