Commit e4f8429c authored by techird's avatar techird

bug fix

parent b02bd6c0
......@@ -6,4 +6,4 @@ dist/
node_modules/
_drafts/
native-support/archive/src/tmp/
native-support/upload/
\ No newline at end of file
native-support/archive/upload/
\ No newline at end of file
......@@ -198,7 +198,7 @@ class XMindParser {
private static function move ( $meta, $path ) {
$config = require( diranme( __FILE__ ) . '/../config.php' );
$config = require( dirname( __FILE__ ) . '/../config.php' );
$savepath = $config[ 'savepath' ];
if ( !file_exists( $savepath ) ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment