mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-12 01:12:14 +00:00
[BUGFIX] Fixed notice
This commit is contained in:
@@ -102,8 +102,11 @@ class RouterRoute extends RouterEntry {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return strtolower($this->getAlias()) === strtolower($name);
|
||||||
}
|
}
|
||||||
return strtolower($this->getAlias()) === strtolower($name);
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user