Show
Ignore:
Timestamp:
02/04/2008 08:33:53 PM (11 months ago)
Author:
PugFish
Message:

Really fixing validation i18n messages in Forge

Files:
1 modified

Legend:

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

    r1916 r1917  
    141141        public function html($template = 'forge_template', $custom = FALSE) 
    142142        { 
    143                 // Load template with current template vars 
    144                 $form = new View($template, $this->template); 
     143                // Load template 
     144                $form = new View($template); 
    145145 
    146146                if ($custom) 
     
    174174                        // Using a template view 
    175175 
     176                        $form->set($this->template); 
    176177                        $hidden = array(); 
    177178                        if ( ! empty($this->hidden))