스레드
이온디

서버 오류

Error #0 "Using $this when not in object context" in modules/nproduct/nproduct.item.php on line 94
modules/nproduct/nproduct.item.php:94
0 좋아요 1 답글 2831 조회
이온디
이온디 1년 전
<p>public static function printPrice($price = null, $module_info = null, $module_srl = null)</p><p>{</p><p>&nbsp; &nbsp; $oCurrencyModel = getModel(&#39;currency&#39;);</p><p><br></p><p>&nbsp; &nbsp; if(!$price &amp;&amp; isset($module_info-&gt;price))</p><p>&nbsp; &nbsp; {</p><p>&nbsp; &nbsp; &nbsp; &nbsp; $price = $module_info-&gt;price;</p><p>&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if(!$module_info &amp;&amp; $module_srl)</p><p>&nbsp; &nbsp; {</p><p>&nbsp; &nbsp; &nbsp; &nbsp; $module_info = getModel(&#39;module&#39;)-&gt;getModuleInfoByModuleSrl($module_srl);</p><p>&nbsp; &nbsp; }</p><p><br></p><p>&nbsp; &nbsp; return $oCurrencyModel-&gt;printPrice($price, $module_info);</p><p>}</p><p><br></p>