remove obsolete app argument from load_pdl

This commit is contained in:
zotlabs
2017-03-28 16:07:22 -07:00
parent c5828fecc1
commit 046e5e239f
3 changed files with 3 additions and 3 deletions

View File

@@ -1996,7 +1996,7 @@ function get_custom_nav(&$a, $navname) {
*
* @param App &$a global application object
*/
function load_pdl(&$a) {
function load_pdl() {
App::$comanche = new Zotlabs\Render\Comanche();