This commit is contained in:
Paula Quispe
2019-05-07 14:05:23 -04:00
parent 476b51d54a
commit 70f367e2cc

View File

@@ -1348,8 +1348,7 @@ class Bootstrap
* *
* @return void * @return void
*/ */
// _Internal: Remove recursion in result array public static function _del_p(&$ary)
public function _del_p(&$ary)
{ {
foreach ($ary as $k => $v) { foreach ($ary as $k => $v) {
if ($k === '_p') { if ($k === '_p') {