Create proper error string for returning

This commit is contained in:
mkuba50
2018-11-16 21:51:54 +01:00
parent a213313062
commit ac867de609
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.16.1';
return '1.16.2';
}
require_once dirname(__FILE__).'/auths.php';