Skip to content
Snippets Groups Projects
Commit 0439cb47 authored by alangrafu's avatar alangrafu
Browse files

bug

parent 12d2d70d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class ServiceModule extends abstractModule{
global $conf;
global $acceptContentType;
$q = preg_replace('|^'.$conf['basedir'].'|', '', $uri);
$q = preg_replace('|^'.$conf['basedir'].'|', '', $localUri);
$qArr = explode('/', $q);
if(sizeof($qArr)==0){
return FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment