Ignore:
Timestamp:
Aug 28, 2010, 11:37:21 AM (14 years ago)
Author:
nikrou
Message:

Fix small misspelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/include/t4u_content.class.php

    r6806 r6812  
    2727    if (preg_match('!/t4u_addtags.*!', $_SERVER['QUERY_STRING'])
    2828        && !empty($_POST['tags'])
    29         && hasPermission('add')) {
     29        && $this->hasPermission('add')) {
    3030      include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    3131
     
    3636
    3737    if (preg_match('!/t4u_gettags.*!', $_SERVER['QUERY_STRING'])
    38         && hasPermission('add')) {
     38        && $this->hasPermission('add')) {
    3939      include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    4040
Note: See TracChangeset for help on using the changeset viewer.