Changeset 21879


Ignore:
Timestamp:
2012/06/01 22:06:28 (12 years ago)
Author:
shutta
Message:

#1839 (phpの文法に乗っ取ってない表記で書かれたソースでもプラグインとして読み込める)
コメント中のら抜き言葉を修正(日本語を正しく)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php

    r21878 r21879  
    802802        $arrErr = array(); 
    803803        if (file_exists($file_path)) { 
    804             //requireだとファイルの存在チェックしかできないのでexecで実行してみる(syntax errorが見れる) 
     804            //requireだとファイルの存在チェックしかできないのでexecで実行してみる(syntax errorが見れる) 
    805805            $result = exec("php -l " . $file_path); 
    806806            //Errors parsingがあったらエラーを投げる 
Note: See TracChangeset for help on using the changeset viewer.