mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 05:14:56 +09:00
Merge branch 'develop' of https://github.com/xpressengine/xe-core (1.8.14)
Conflicts: classes/context/Context.class.php modules/point/tpl/config.html
This commit is contained in:
commit
a22e69b7ec
59 changed files with 249 additions and 36 deletions
|
|
@ -993,7 +993,7 @@ class moduleController extends module
|
|||
}
|
||||
}
|
||||
|
||||
$oDB->commit;
|
||||
$oDB->commit();
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,3 +116,5 @@
|
|||
</ul>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:파일 박스"></div>
|
||||
|
|
|
|||
|
|
@ -58,3 +58,5 @@
|
|||
<input type="submit" class="x_btn x_btn-primary" value="{$lang->cmd_registration}">
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:모듈"></div>
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@
|
|||
</section>
|
||||
<!--@end-->
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:모듈"></div>
|
||||
|
|
|
|||
|
|
@ -59,4 +59,6 @@ jQuery(function($){
|
|||
$('.dsTg>tbody>tr[data-type1]').prependTo('tbody');
|
||||
$('.dsTg>tbody>tr[data-type2]').prependTo('tbody');
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<div class="admin-forum-container" data-chak-categories="XE설정:모듈"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue