mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
NOISSUE PHP 버전 호환성 개선.
This commit is contained in:
parent
c54fec7f79
commit
dc41e3c4a3
3 changed files with 11 additions and 7 deletions
|
|
@ -30,12 +30,13 @@ class rssAdminView extends rss
|
|||
$total_config = $oModuleModel->getModuleConfig('rss');
|
||||
if(!$total_config)
|
||||
{
|
||||
$total_config =new stdClass();
|
||||
$total_config = new stdClass();
|
||||
}
|
||||
$oRssModel = &getModel('rss');
|
||||
|
||||
if($rss_config)
|
||||
{
|
||||
$feed_config = array();
|
||||
foreach($rss_config as $module_srl => $config)
|
||||
{
|
||||
if($config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue