Show
Ignore:
Timestamp:
02/14/2008 04:46:31 PM (11 months ago)
Author:
zombor
Message:

Fixing #401.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Forge.php

    r2022 r2045  
    279279        public function __toString() 
    280280        { 
    281                 return $this->render(); 
     281                return (string) $this->render(); 
    282282        } 
    283283