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

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to