mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
issue 2662 coding convention fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12143 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
26e08751b9
commit
f9fbd4a307
18 changed files with 1474 additions and 1282 deletions
|
|
@ -5,8 +5,10 @@ if(!defined('__XE__')) exit();
|
|||
* @file autolink.addon.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief Automatic link add-on
|
||||
**/
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC") {
|
||||
*/
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC")
|
||||
{
|
||||
Context::loadFile(array('./addons/autolink/autolink.js', 'body', '', null), true);
|
||||
}
|
||||
?>
|
||||
/* End of file autolink.addon.php */
|
||||
/* Location: .//addons/autolink/autolink.addon.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue