Logging statments
This commit is contained in:
parent
51af3ba36e
commit
10cf16f53a
|
@ -976,6 +976,8 @@ SQL;
|
||||||
// Did all the checks for real, now trying to copy
|
// Did all the checks for real, now trying to copy
|
||||||
$audio_stor = Application_Common_OsPath::join($stor, "organize",
|
$audio_stor = Application_Common_OsPath::join($stor, "organize",
|
||||||
$originalFilename);
|
$originalFilename);
|
||||||
|
Logging::info($originalFilename);
|
||||||
|
Logging::info($audio_stor);
|
||||||
$user = Application_Model_User::getCurrentUser();
|
$user = Application_Model_User::getCurrentUser();
|
||||||
if (is_null($user)) {
|
if (is_null($user)) {
|
||||||
$uid = Application_Model_User::getFirstAdminId();
|
$uid = Application_Model_User::getFirstAdminId();
|
||||||
|
|
Loading…
Reference in New Issue