View Single Post
  #6  
Old 06-15-2008, 04:40 PM
Namaless Namaless is offline
Member
 
Join Date: Oct 2007
Posts: 50
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Found one problem: if into type is disabled the header image, get error.
I found this solution:
PHP Code:
if ( !$this->type['noheader'] )
{
    
$errors[] = $this->vbphrase['GARS_err_require_header_image'];

Is good solution?

Regards.
Reply With Quote