diff --git a/Changelog b/Changelog index 908880f57..fa79d0a19 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2016-03-09 DariusIII + * Fix: Fix typo in serverroot and fix getID3 error in Nfo class. 2016-03-08 DariusIII * Upd: Many changes related to composer * Upd: Update smarty handling in composer.json diff --git a/composer.lock b/composer.lock index 4165f133a..048837d09 100644 --- a/composer.lock +++ b/composer.lock @@ -238,12 +238,12 @@ "source": { "type": "git", "url": "https://github.com/JPinkney/TVMaze-PHP-API-Wrapper.git", - "reference": "6b8b8ba8494e368bc223f2184013ad211eab2df3" + "reference": "13c49888dfe3c54b0a2a98dc5aa2eca73862faca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/6b8b8ba8494e368bc223f2184013ad211eab2df3", - "reference": "6b8b8ba8494e368bc223f2184013ad211eab2df3", + "url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/13c49888dfe3c54b0a2a98dc5aa2eca73862faca", + "reference": "13c49888dfe3c54b0a2a98dc5aa2eca73862faca", "shasum": "" }, "require": { @@ -266,7 +266,7 @@ } ], "description": "TVMaze-API-Wrapper", - "time": "2016-03-08 02:23:27" + "time": "2016-03-08 17:25:29" }, { "name": "kbjr/Git.php", diff --git a/newznab/Nfo.php b/newznab/Nfo.php index 6edf3d15c..3d9017c6d 100644 --- a/newznab/Nfo.php +++ b/newznab/Nfo.php @@ -163,7 +163,7 @@ class Nfo } // If above checks couldn't make a categorical identification, Use GetId3 to check if it's an image/video/rar/zip etc.. - $getid3 = new \getid3(); + $getid3 = new \getID3(); $check = $getid3->analyze($tmpPath); @unlink($tmpPath); if (isset($check['error'])) { diff --git a/www/themes/Omicron/templates/forgottenpassword.tpl b/www/themes/Omicron/templates/forgottenpassword.tpl index 625a2ce39..04f696fc7 100755 --- a/www/themes/Omicron/templates/forgottenpassword.tpl +++ b/www/themes/Omicron/templates/forgottenpassword.tpl @@ -32,7 +32,7 @@