mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-13 03:38:39 +00:00
Fix Path bugs after move
This commit is contained in:
parent
4a36b725b9
commit
d53d0b31fd
|
|
@ -233,6 +233,6 @@ class BackendController extends Controller
|
||||||
$path = \realpath(__DIR__ . '/../../../Developer-Guide/README.md');
|
$path = \realpath(__DIR__ . '/../../../Developer-Guide/README.md');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $path;
|
return $path === false ? '' : $path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user