Ticket #1760 (closed バグ指摘: 修正済)
SC_Helper_PluginにてDeprecatedエラーが出る
Reported by: | h_yoshimoto | Owned by: | h_yoshimoto |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE2.12.0 |
Component: | その他 | Version: | 2.12.0 β |
Keywords: | Cc: | ||
修正済み: | yes |
Description
SC_Helper_PluginにてDeprecatedエラーが出る
インスタンスを取得する処理で=&と記述しているのが原因
php5からはnewは参照渡しとなるので=&が不要。
Change History
Note: See
TracTickets for help on using
tickets.
r21754 にて対応しました。