Little fix in show view

This commit is contained in:
Antonio de la Rosa 2015-11-24 18:21:58 +01:00
parent fe32dba8fc
commit 6f5eafa434

View file

@ -327,6 +327,8 @@ class View {
$yes_file=0;
$url=preg_replace('/\?.*$/', '', $url);
$arr_url=explode(View::$php_file.'/', $url);
$final_path='';