* bad method call

This commit is contained in:
<bdauvergne@entrouvert.com> 1209043349 +0200 0001-01-01 00:00:00 +00:00
parent 0e4fa91bb0
commit 1546f35197
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class LassoSPKitUrlDispatch {
$path_info = $_SERVER['PATH_INFO'];
$fname = $this->dispatch_table[$path_info];
if ($fname) {
$fname();
$this->$fname();
exit(0);
} else {
header("HTTP/1.0 404 Not Found");