Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/formelement.core.php

    r4500 r4578  
    2424    * 
    2525    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    27     * @author     Jens-André Koch   <vain@clansuite.com> 
    28     * @copyright  Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 
    29     * 
     26    * @author     Jens-André Koch <vain@clansuite.com> 
     27    * @copyright  Jens-André Koch (2005-onwards) 
    3028    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    3229    * 
    3330    * @version    SVN: $Id$ 
     
    487484    public function getIncommingFormData($formmethod) 
    488485    { 
    489         $request = $this->injector->instantiate('Clansuite_HttpRequest'); 
     486        $request = $this->getHttpRequest(); 
    490487 
    491488        # better use this -> $formmethod = $request->getMethod(); 
     
    608605        # Insted the decorator is returned, to apply some properties. 
    609606        # @return decorator object 
    610         #clansuite_xdebug::printR($this->formelementdecorators[$decoratorname]); 
     607        #Clansuite_Debug::printR($this->formelementdecorators[$decoratorname]); 
    611608        #Clansuite_Debug::printR($this->name); 
    612609 
Note: See TracChangeset for help on using the changeset viewer.