• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XOOPS Cube Legacy base repository


Commit MetaInfo

Revision246bfb3ef095c98ce04b0d41638a679c1d47ca61 (tree)
Time2012-01-07 18:47:40
Authornbuy <nbuy@704c...>
Commiternbuy

Log Message

fix assign vars lost.

git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@1124 704cf05f-ae62-4b0e-a484-234ee0250e75

Change Summary

Incremental Difference

--- a/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php
+++ b/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php
@@ -247,7 +247,7 @@ class Legacy_RenderSystem extends XCube_RenderSystem
247247 'xoops_themecss'=>xoops_getcss($themeName),
248248 'xoops_sitename'=>$textFilter->toShow($context->getAttribute('legacy_sitename')),
249249 'xoops_pagetitle'=>$textFilter->toShow($context->getAttribute('legacy_pagetitle')),
250- 'xoops_slogan', $textFilter->toShow($context->getAttribute('legacy_slogan')));
250+ 'xoops_slogan'=>$textFilter->toShow($context->getAttribute('legacy_slogan')));
251251
252252 //
253253 // Assign module informations.