mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fixed create content widget
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9462 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cce2b85a5f
commit
b02fd88890
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* Display point level icon before user name when point system is enabled.
|
||||
**/
|
||||
// return unless before_display_content
|
||||
if($called_position != "before_display_content" || Context::get('act')=='dispPageAdminContentModify') return;
|
||||
if($called_position != "before_display_content" || Context::get('act')=='dispPageAdminContentModify' || Context::getRequestMethod() != 'HTML') return;
|
||||
|
||||
require_once('./addons/point_level_icon/point_level_icon.lib.php');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue