- Timestamp:
- 10/01/08 07:39:26 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/core/ObjectBuilder.php
r20040 r20336 40 40 function buildTimelineService() 41 41 { 42 return new TimelineService($this->pool->fetchPDO(), $this->pool->fetchApplicationContext());42 return new TimelineService($this->pool->fetchPDO(), self::$context->baseUrl); 43 43 } 44 44 … … 53 53 $o->page_limit = 15; 54 54 $o->cookie_timeout = 60 * 60 * 7; 55 $o->encoding = 'UTF-8'; 56 $o->mail_from = 'Phwittr'; 57 55 58 return $o; 56 59 } … … 58 61 function buildStatusService() 59 62 { 60 return new StatusService($this->pool->fetchPDO() );63 return new StatusService($this->pool->fetchPDO(), self::$context->baseUrl); 61 64 } 62 65
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)