Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
photos
Commits
864b317e
Commit
864b317e
authored
Jul 23, 2014
by
Tobias Reich
Browse files
Changed message of warning
parent
b905d3c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
php/modules/Import.php
View file @
864b317e
...
...
@@ -171,7 +171,7 @@ class Import extends Module {
if
(
Import
::
server
(
$newAlbumID
,
$file
.
'/'
,
false
)
===
'Warning: Folder empty or no readable files to process!'
)
{
$error
=
true
;
Log
::
error
(
$database
,
__METHOD__
,
__LINE__
,
'Could not import folder. Function returned
error
'
);
Log
::
error
(
$database
,
__METHOD__
,
__LINE__
,
'Could not import folder. Function returned
warning
'
);
continue
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment