fix new resources call
This commit is contained in:
parent
261b30ca16
commit
3fd34adc72
@ -14,4 +14,4 @@ if (!defined('DC_RC_PATH')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$__resources['help']['enhancePostContent'] = dirname(__FILE__) . '/help/help.html';
|
||||
dcCore::app()->resources['help']['enhancePostContent'] = __DIR__ . '/help/help.html';
|
||||
|
@ -14,4 +14,4 @@ if (!defined('DC_RC_PATH')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$__resources['help']['enhancePostContent'] = dirname(__FILE__) . '/help/help.html';
|
||||
dcCore::app()->resources['help']['enhancePostContent'] = __DIR__ . '/help/help.html';
|
||||
|
Loading…
Reference in New Issue
Block a user