Changeset 12723 for branches/2.3


Ignore:
Timestamp:
Dec 13, 2011, 2:56:19 PM (12 years ago)
Author:
plg
Message:

feature 2531: bug fixed, need to be sure functions_upload.inc.php is loaded before using add_uploaded_file()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/include/ws_functions.inc.php

    r12722 r12723  
    16651665    merge_chunks($file_path, $params['original_sum'], $type);
    16661666    chmod($file_path, 0644);
     1667
     1668    include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php');
    16671669   
    16681670    $image_id = add_uploaded_file(
Note: See TracChangeset for help on using the changeset viewer.