Update storage.php

This commit is contained in:
Namhyeon Go 2018-08-24 23:47:26 +09:00 committed by GitHub
parent 55dec2724b
commit 59a50fe455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@
* @brief Stroage module for ReasonableFramework
*/
if(!function_exists("get_working_dir")) {
function get_working_dir($method="getcwd") {
if(!function_exists("get_current_working_dir")) {
function get_current_working_dir($method="getcwd") {
$working_dir = "";
switch($method) {