- Timestamp:
- 09/02/10 18:00:31 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/trunk/lib/model/doctrine/apostrophePlugin/base/BaseaPage.class.php
r1928 r2126 188 188 $nestedset0 = new Doctrine_Template_NestedSet(array( 189 189 )); 190 $taggable0 = new Taggable(array( 191 )); 190 192 $this->actAs($timestampable0); 191 193 $this->actAs($nestedset0); 194 $this->actAs($taggable0); 192 195 } 193 196 }

