PluginProbe
User Access Manager / 2.3.13
User Access Manager v2.3.13
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | src/Setup/Update/UpdateFactory.php +1 -3 trunk2.3.13 View file →
@@ -25,10 +25,8 @@
25 25 new DatabaseUpdate2($this->database, $this->objectHandler),
26 26 new DatabaseUpdate3($this->database, $this->objectHandler),
27 27 new DatabaseUpdate4($this->database, $this->objectHandler),
28 28 new DatabaseUpdate5($this->database, $this->objectHandler),
29 - new DatabaseUpdate6($this->database, $this->objectHandler),
30 - new DatabaseUpdate7($this->database, $this->objectHandler),
31 - new DatabaseUpdate8($this->database, $this->objectHandler)
29 + new DatabaseUpdate6($this->database, $this->objectHandler)
32 30 ];
33 31 }
34 32 }