Topic on Extension talk:AuthJoomla2

Patch when using via command line

1
78.236.210.211 (talkcontribs)

When using other extensions via command line (in my case, completing HaloACL's setup), a simple patch is needed :

Line 36

- require_once ( 'includes/AuthPlugin.php' );

+ require_once ( dirname(__FILE__) . '/../../includes/AuthPlugin.php' );

Reply to "Patch when using via command line"