diff options
| author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-02 05:45:48 +0300 | 
|---|---|---|
| committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-02 05:45:48 +0300 | 
| commit | 0a128bab0a788288c5291491a68bd1c9ab432825 (patch) | |
| tree | 29e9887258865343dc1a6e6322a3933cf6527c61 /modules/gallery/libraries/ORM_MPTT.php | |
| parent | 8e1ae7549362688dd38e053dd736ddc5fc6a4982 (diff) | |
| parent | 9369fd55a36183b7dc1e4b42af46a8f649a66578 (diff) | |
Merge remote branch 'gallery3/master'
Diffstat (limited to 'modules/gallery/libraries/ORM_MPTT.php')
| -rw-r--r-- | modules/gallery/libraries/ORM_MPTT.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/modules/gallery/libraries/ORM_MPTT.php b/modules/gallery/libraries/ORM_MPTT.php index e5b8ecd4..d8d88e4e 100644 --- a/modules/gallery/libraries/ORM_MPTT.php +++ b/modules/gallery/libraries/ORM_MPTT.php @@ -92,6 +92,7 @@ class ORM_MPTT_Core extends ORM {          // Deleting children affects the MPTT tree, so we have to reload each child before we          // delete it so that we have current left_ptr/right_ptr pointers.  This is inefficient.          // @todo load each child once, not twice. +        set_time_limit(30);          $item->reload()->delete();        } @@ -175,7 +176,7 @@ class ORM_MPTT_Core extends ORM {    }    /** -   * Return all of the children of this node, ordered by id. +   * Return the number of children of this node.     *     * @chainable     * @param   array    additional where clauses | 
