Ignore:
Timestamp:
Mar 11, 2014, 9:34:14 AM (10 years ago)
Author:
plg
Message:

bug fixed: activation of Community with API does not load admin functions

File:
1 edited

Legend:

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

    r23085 r27657  
    265265  {
    266266    // create an album "Community"
     267    include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    267268    $category_info = create_virtual_category('Community');
    268269    $category_id = $category_info['id'];
Note: See TracChangeset for help on using the changeset viewer.