Karma-Mod
Verfasst: 01.07.2008 19:14
In der Aufgabe steht:Fatal error: Call to a member function acp_styles_imageset() on a non-object in /usr/export/www/hosting/pokemon4ever/includes/acp/acp_styles.php on line 125
Open: includes/acp/acp_styles.php
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
// Execute overall actions
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Select All
// [+] Karma MOD
global $karmamod;
$karmamod->acp_styles_imageset($this->imageset_keys);
// [-] Karma MOD