Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageSequence.inc.php

    r479 r484  
    342342     * Deletes all data that are older than auto_timeout. Set current time if not not expired or not set.
    343343     */
    344     private function _auto_timeout()
     344    protected function _auto_timeout()
    345345    {
    346346        $app =& App::getInstance();
Note: See TracChangeset for help on using the changeset viewer.