Ignore:
Timestamp:
Dec 20, 2013, 4:22:28 PM (10 years ago)
Author:
mistic100
Message:

missing line in maintain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/maintain.inc.php

    r25932 r26056  
    115115    // add "ready" status
    116116    pwg_query('ALTER TABLE `' . $prefixeTable . 'download_sets` CHANGE `status` `status` enum("new","ready","download","done") NOT NULL DEFAULT "new";');
     117   
     118    $this->installed = true;
    117119  }
    118120
Note: See TracChangeset for help on using the changeset viewer.