Ignore:
Timestamp:
Jun 29, 2014, 4:18:10 PM (10 years ago)
Author:
mistic100
Message:

use new maintain class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/comments_blacklist/admin.php

    r26113 r28836  
    1414   
    1515  file_put_contents(COMM_BLACKLIST_FILE, $_POST['content']);
    16   conf_update_param('comments_blacklist', serialize($conf['comments_blacklist']));
     16  conf_update_param('comments_blacklist', $conf['comments_blacklist']);
    1717  $page['infos'][] = l10n('Information data registered in database');
    1818}
Note: See TracChangeset for help on using the changeset viewer.