xkky Posted October 2, 2014 Report Share Posted October 2, 2014 Guten Tag, in der class.image.php gibt es seit 4.1.1 folgenden Hook: ($plugin_code = $xtPlugin->PluginCode(__CLASS__.':addWatermark_gif')) ? eval($plugin_code) : false; An dieser Stelle möchte ich einen Code ausführen lassen, welcher beim Aufruf von cronjob.php?imgProc=images... ausgeführt wird. Leider funktioniert es nicht. Wenn ich den Hookpoint allerdings abändere, funktioniert alles einwandfrei: ($plugin_code = $xtPlugin->PluginCode('class.image.php:addWatermark_gif')) ? eval($plugin_code) : false; Wo ist der Fehler? Welche Klasse wird für __CLASS__ eingesetzt? Danke und Gruß Link to comment Share on other sites More sharing options...
Alex@4tfm Posted October 2, 2014 Report Share Posted October 2, 2014 __CLASS__ = Name der Klasse, nicht Dateiname Link to comment Share on other sites More sharing options...
xkky Posted October 7, 2014 Author Report Share Posted October 7, 2014 Danke dir! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.