]> git.mxchange.org Git - hub.git/commitdiff
Don't miss it ... :(
authorRoland Häder <roland@mxchange.org>
Wed, 30 May 2012 21:15:23 +0000 (21:15 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 30 May 2012 21:15:23 +0000 (21:15 +0000)
application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php

index 6d47114467f1e47fbd64e428efd9665795c2b3e6..541bde12f8d017e2d25459d946ed0249f31d7f9c 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWrapper Registerable {
+class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWrapper, Registerable {
        // Table names
        const DB_TABLE_NODE_LIST = 'node_list';