... | ... |
@@ -45,7 +45,7 @@ class Application{ |
45 | 45 |
} |
46 | 46 |
|
47 | 47 |
public function basePath(){ |
48 |
- if(isset($this->request->path)&&$this->request->path==''){ |
|
48 |
+ if(isset($this->request->path)&&$this->request->path!=''){ |
|
49 | 49 |
return strstr($_SERVER['REQUEST_URI'], $this->request->path, true); |
50 | 50 |
} |
51 | 51 |
else |