- Timestamp:
- 2011/02/21 19:26:08 (15 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/plugins/recommend/classes
- Files:
-
- 2 edited
-
LC_Page_Admin_Plugin_Recommend.php (modified) (1 diff)
-
LC_Page_FrontParts_Bloc_Recommend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php
r20116 r20306 58 58 SC_Utils_Ex::sfIsSuccess(new SC_Session()); 59 59 60 $objView = new SC_AdminView ();60 $objView = new SC_AdminView_Ex(); 61 61 $objView->assignobj($this); 62 62 $objView->display(MAIN_FRAME); -
branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php
r20116 r20306 57 57 */ 58 58 function process() { 59 $objSubView = new SC_SiteView (false);59 $objSubView = new SC_SiteView_Ex(false); 60 60 61 61 $this->arrRecommendProducts = $this->lfGetRecommendProducts($_REQUEST['product_id']);
Note: See TracChangeset
for help on using the changeset viewer.
