Skip to content
Snippets Groups Projects
Commit 19edb29c authored by Thomas Müller's avatar Thomas Müller
Browse files

add missing return

parent 7042b5bf
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,10 @@ class Files {
* @brief Recusive deletion of folders
* @param string $dir path to the folder
*
* @return bool
*/
static function rmdirr( $dir ) {
\OC_Helper::rmdirr( $dir );
return \OC_Helper::rmdirr( $dir );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment