OSDN Git Service

Some minor PHP 5.3 compatibility fixes
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / plugins / NP_Text.php
index 8bf8b8e..9170e19 100644 (file)
@@ -33,7 +33,7 @@ class NP_Text extends NucleusPlugin {
         }
     }
      
-    function doSkinVar(&$skinType, $constant) {
+    function doSkinVar($skinType, $constant) {
         global $member, $CONF;
         
         $language = getLanguageName();
@@ -57,7 +57,7 @@ class NP_Text extends NucleusPlugin {
         
     }
     
-    function doTemplateVar($item, $constant) {
+    function doTemplateVar(&$item, $constant) {
         global $member, $CONF;
         
         $language = getLanguageName();