]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 6 Mar 2018 21:49:02 +0000 (22:49 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 6 Mar 2018 21:49:02 +0000 (22:49 +0100)
commitcb2db812f0d8ce380b8ace226044f448467e7074
tree6ee95e96952aa61b716b2053994e8c455a044f22
parent31187ee9454944f638939eca8686b3d48f6769e6
Continued:
- $databaseInstance is now moved to FrameworkBootstrap as the old getter/setter
  were using registry pattern, then a getter invocation to check if the
  instance has already been set will result to an NPE as getInstance() makes
  this sure

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/bootstrap/class_FrameworkBootstrap.php
framework/main/classes/database/class_BaseDatabaseWrapper.php
framework/main/classes/database/frontend/class_UserDatabaseWrapper.php
framework/main/classes/database/frontend/class_UserPointsDatabaseWrapper.php
framework/main/classes/rng/class_RandomNumberGenerator.php