← Back to team overview

phpdevshell team mailing list archive

[Bug 680490] Re: $this->navigation->menuFile() does not return full path to file

 

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/680490

Title:
  $this->navigation->menuFile() does not return full path to file

Status in Open Source PHP RAD Framework with UI.:
  Fix Released

Bug description:
  Create a php file like this:
<?php
echo $this->navigation->menuFile();
?>

and put it in /plugins/myPlugin/controllers/myFile.php

Set up a menu item to link to file, and it will display:
/my/server/path/phpds/plugins/myPlugin/myFile.php

Notice that it is missing the /controllers/ folder in the path.





References