Changeset 6812 for extensions/user_tags


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

Fix small misspelling

Location:
extensions/user_tags
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/CHANGELOG

    r6806 r6812  
     1User Tags 0.2.1 - 2010-08-28
     2================================
     3* small bug : misspelling
     4
    15User Tags 0.2.0 - 2010-08-26
    26================================
  • extensions/user_tags/MANIFEST

    r6806 r6812  
    2323user_tags/language/es_ES/description.txt
    2424user_tags/language/es_ES/plugin.lang.php
     25user_tags/language/hu_HU/help/readme.html
     26user_tags/language/hu_HU/help/index.php
    2527user_tags/language/hu_HU/index.php
    2628user_tags/language/hu_HU/description.txt
  • 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
  • extensions/user_tags/main.inc.php

    r6806 r6812  
    2222/*
    2323Plugin Name: User Tags
    24 Version: 0.2.0
     24Version: 0.2.1
    2525Description: Allow visitors to add tag to images
    2626Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=441
Note: See TracChangeset for help on using the changeset viewer.