Changeset 82


Ignore:
Timestamp:
Sep 8, 2003, 8:59:11 PM (21 years ago)
Author:
z0rglub
Message:

Use get_complete_dir to retrieve category directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upload.php

    r61 r82  
    106106  check_restrictions( $page['cat'] );
    107107  $result = get_cat_info( $page['cat'] );
    108   $page['cat_dir']        = $result['dir'];
     108  $page['cat_dir']        = get_complete_dir( $page['cat'] );
    109109  $page['cat_site_id']    = $result['site_id'];
    110110  $page['cat_name']       = $result['name'];
Note: See TracChangeset for help on using the changeset viewer.