Closed claudio-silva closed 8 years ago
After updating from 1.2.0 to 1.3.0 my applications no longer work. I get an 'undefined index' error at: lib/Injector.php, line 120
Examining that line I can see something strange:
$this->shares[$aliasNormalized] = $this->shares[$aliasNormalized];
The code is a no-op; the right side of the assignment is equal to the left side.
Sorry about this. The offending code was reverted and a new 1.4 version was tagged here https://github.com/rdlowrey/auryn/commit/2e4240791162dfe073d59654d8dc06df0eb0b73f
After updating from 1.2.0 to 1.3.0 my applications no longer work. I get an 'undefined index' error at: lib/Injector.php, line 120
Examining that line I can see something strange:
The code is a no-op; the right side of the assignment is equal to the left side.