PMC-738
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user