Ignore:
Timestamp:
Jun 15, 2011, 4:43:42 PM (13 years ago)
Author:
mistic100
Message:

fix a Fatal Error & mistake with config param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/admin.php

    r11380 r11381  
    1111{
    1212        $conf['SmartAlbums'] = array(
    13     'update_on_upload' => $_POST['update_on_upload'],
     13    'update_on_upload' => isset($_POST['update_on_upload']),
    1414    );   
    1515       
Note: See TracChangeset for help on using the changeset viewer.