Open sarahg opened 4 years ago
If you create a symlink that does not also create a new directory, you'll get this PHP notice:
Notice: Undefined variable: status in /code/wp-content/plugins/easy-symlinks/includes/lib/class-easy-symlinks-functions.php on line 213
We need to set a value for $status in case the mkdir never happens.
$status
mkdir
If you create a symlink that does not also create a new directory, you'll get this PHP notice:
Notice: Undefined variable: status in /code/wp-content/plugins/easy-symlinks/includes/lib/class-easy-symlinks-functions.php on line 213
We need to set a value for
$status
in case themkdir
never happens.