Ignore:
Timestamp:
2012/04/18 18:45:37 (12 years ago)
Author:
shutta
Message:

#1766 拡張クラスの整備
拡張クラス(*_Ex)が抜けているものを補完(LC_Page_Upgrade_*, LC_Upgrade_helper_*以外)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Calendar.php

    r21743 r21771  
    2424// {{{ requires 
    2525define('CALENDAR_ROOT', DATA_REALDIR.'module/Calendar'.DIRECTORY_SEPARATOR); 
    26 require_once CLASS_REALDIR . 'pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php'; 
     26require_once CLASS_EX_REALDIR . 'page_extends/frontparts/bloc/LC_Page_FrontParts_Bloc_Ex.php'; 
    2727 
    2828/** 
     
    3333 * @version $ $ 
    3434 */ 
    35 class LC_Page_FrontParts_Bloc_Calendar extends LC_Page_FrontParts_Bloc { 
     35class LC_Page_FrontParts_Bloc_Calendar extends LC_Page_FrontParts_Bloc_Ex { 
    3636 
    3737    // }}} 
Note: See TracChangeset for help on using the changeset viewer.