Fix a notice

develop
Sven Slootweg 11 years ago
parent 68964d3022
commit c2ea87c4af

@ -98,6 +98,8 @@ class CPHPRouter extends CPHPBaseClass
} }
} }
$authenticated = false;
if(!isset($route_destination['authenticator'])) if(!isset($route_destination['authenticator']))
{ {
$authenticated = true; $authenticated = true;

Loading…
Cancel
Save