Changeset 11770


Ignore:
Timestamp:
Jul 18, 2011, 1:48:49 PM (13 years ago)
Author:
nikrou
Message:

Fix installation issue, thanks to ddtddt

Location:
extensions/user_tags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/CHANGELOG

    r11741 r11770  
     1User Tags 0.6.1 - 2011-07-18
     2================================
     3* Fix installation issue
     4
    15User Tags 0.6.0 - 2011-07-14
    26================================
  • extensions/user_tags/include/t4u_config.class.php

    r11741 r11770  
    9393    array_push($menu,
    9494               array('NAME' => $this->plugin_name,
    95                      'URL' => get_admin_plugin_menu_link($this->plugin_dir.'/admin.php')                 
     95                     'URL' => get_admin_plugin_menu_link(T4U_PLUGIN_ROOT .'/admin.php')
    9696                     )
    9797               );
     
    110110    $ws .= 'ws.php?format=json&method=user_tags.tags.list';
    111111
    112     /* $url = get_root_url().'admin.php?page=plugin'; */
    113     /* $file = basename($this->plugin_dir) . '/' .'admin.php'; */
    114     /* if (strtoupper($method)=='POST') { */
    115     /*  $url .= '&section='.urlencode($file); */
    116     /*  $url .= '&action='.urlencode($action); */
    117     /* } else { */
    118     /*  $url .= '&section='.$file; */
    119     /*  $url .= '&action='.$action; */
    120     /* } */
    121 
    122112    return $ws;
    123113  }
  • extensions/user_tags/main.inc.php

    r11741 r11770  
    2222/*
    2323Plugin Name: User Tags
    24 Version: 0.6.0
     24Version: 0.6.1
    2525Description: Allow visitors to add tag to images
    2626Plugin URI: http://piwigo.org/ext/extension_view.php?eid=441
Note: See TracChangeset for help on using the changeset viewer.