Ignore:
Timestamp:
Nov 5, 2012, 1:25:12 PM (11 years ago)
Author:
plg
Message:

bug fixed: pwg.categories.getList returns a warning because [fullname] is not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/main.inc.php

    r16637 r18938  
    238238 
    239239  // the plugin Community is activated, the user has upload permissions, we
    240   // use a specific function to list available categories, assuming the use
    241   // want to list categories where upload is possible for him
     240  // use a specific function to list available categories, assuming the user
     241  // wants to list categories where upload is possible for him
    242242 
    243243  $service->addMethod(
     
    248248      'recursive' => array('default'=>false),
    249249      'public' => array('default'=>false),
     250      'fullname' => array('default'=>false),
    250251      ),
    251252    'retrieves a list of categories'
Note: See TracChangeset for help on using the changeset viewer.