mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#18900101 : remove @ from include in fetch
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1339d59fff
commit
568c29e2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@
|
||||||
$eval_str = "?>".$buff;
|
$eval_str = "?>".$buff;
|
||||||
eval($eval_str);
|
eval($eval_str);
|
||||||
} else {
|
} else {
|
||||||
@include($compiled_tpl_file);
|
include($compiled_tpl_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ob_get_clean();
|
return ob_get_clean();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue