Show
Ignore:
Timestamp:
03/05/2008 06:28:23 PM (9 months ago)
Author:
Shadowhand
Message:

Fixing #465, thanks Xobb.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Controller.php

    r2010 r2224  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22/** 
    3  * Kohana Controller class. 
     3 * Kohana Controller class. The controller class must be extended to work 
     4 * properly, so this class is defined as abstract. 
    45 * 
    56 * $Id$ 
     
    1011 * @license    http://kohanaphp.com/license.html 
    1112 */ 
    12 class Controller_Core { 
     13abstract class Controller_Core { 
    1314 
    1415        /**