Ignore:
Timestamp:
Mar 10, 2014, 6:35:53 PM (10 years ago)
Author:
mistic100
Message:

two typos in construct

File:
1 edited

Legend:

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

    r26113 r27652  
    1212  private $file;
    1313 
    14   function __contruct($plugin_id)
     14  function __construct($plugin_id)
    1515  {
    16     parent::_construct($plugin_id);
     16    parent::__construct($plugin_id);
    1717    $this->file = PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt';
    1818  }
Note: See TracChangeset for help on using the changeset viewer.