mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-10-31 19:02:30 +00:00
Debug
This commit is contained in:
parent
97f6d65691
commit
f6835d457f
@ -430,6 +430,7 @@ class RoboFile extends Tasks
|
|||||||
if (!file_exists(dirname($this->configuration->cmsPath)))
|
if (!file_exists(dirname($this->configuration->cmsPath)))
|
||||||
{
|
{
|
||||||
$this->say("Cms path written in local configuration does not exists or is not readable");
|
$this->say("Cms path written in local configuration does not exists or is not readable");
|
||||||
|
var_dump(sprintf('Path %s is unreadable', $this->configuration->cmsPath));die;
|
||||||
|
|
||||||
return 'tests/joomla';
|
return 'tests/joomla';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user