[pmwiki-devel] echo in HandleActions

DaveG pmwiki at solidgone.com
Sat Jul 3 21:16:49 CDT 2010



On 7/3/2010 9:49 PM, adam overton wrote:
> function myfunc($pagename, $auth) {
> echo "blam";
> }
>
> * if i call it with Markup, it spits out "blam"
> * if i define an action like $HandleActions['testAction'] = 'myfunc';,
> it doesn't seem to execute the echo
It should -- I just tested to confirm. Did you append the 
?action=testAction to the url? (Note, the case of testAction).


  ~ ~ Dave



More information about the pmwiki-devel mailing list