Closed dragonfire1119 closed 10 years ago
I'm getting Maximum function nesting level of '100' reached, aborting! with using HMVC::post('admin/sites', ['url' => $input['url']]);
Maximum function nesting level of '100' reached, aborting!
HMVC::post('admin/sites', ['url' => $input['url']]);
Fixed it called the wrong route.
I'm getting
Maximum function nesting level of '100' reached, aborting!
with usingHMVC::post('admin/sites', ['url' => $input['url']]);
Fixed it called the wrong route.