Re: More patches for Galaxia
Hi georger,
Thanks for your work! 😉
but i have a little problem applaying patch "tikiwiki now no needs fopen to execute no-interactive activities".
I'm developing outside tikiwiki, so i have a galaxia.api.inc.php ( included) structured like this:
1)constraints (GALAXIA LIBRARY, ETC..)
2)libraries (gui, instance, processmonitor, etc)
3)function "galaxia_execute_activity" (replaced with yours)
i get this error:
"Fatal error: Using $this when not in object context "
i suppose on first line...
// Now execute the code for the activity but we are in a method!
$activityname = $this->getOne("select `normalized_name` from `" . GALAXIA_TABLE_PREFIX .
what do you think the problem is?
Thanks
Gremo