Skip to content

Commit

Permalink
FIX: Remove SelfTest for Df Lang
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Apr 15, 2019
1 parent 87d088c commit ab23396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/splashsync/src/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ public function selfTest()
return Splash::log()->err("ErrSelfTestNoWsKey");
}

//====================================================================//
// Verify - Default Language is Given
if (empty(Configuration::get('SPLASH_LANG_ID'))) {
return Splash::log()->err("ErrSelfTestDfLang");
}
// //====================================================================//
// // Verify - Default Language is Given
// if (empty(Configuration::get('SPLASH_LANG_ID'))) {
// return Splash::log()->err("ErrSelfTestDfLang");
// }

//====================================================================//
// Verify - User Selected
Expand Down

0 comments on commit ab23396

Please sign in to comment.