Ignore:
Timestamp:
Jan 31, 2011, 10:37:30 AM (13 years ago)
Author:
grum
Message:

release 3.0.0
fix bug on random picture display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_aip.class.inc.php

    r8962 r9002  
    228228          'selectMode' => $this->config['amm_randompicture_selectMode'],
    229229          'selectCat' => json_encode($this->config['amm_randompicture_selectCat']),
    230           'blockHeight' => $this->config['amm_randompicture_height'],
     230          'blockHeight' => ($this->config['amm_randompicture_height']==0)?99:$this->config['amm_randompicture_height'],
    231231          'blockTitles' => array()
    232232        ),
Note: See TracChangeset for help on using the changeset viewer.