From: Roland Häder Date: Wed, 30 May 2012 21:15:23 +0000 (+0000) Subject: Don't miss it ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84793f18b7e4a5d75dc05353d95ed4b524729a72;p=hub.git Don't miss it ... :( --- diff --git a/application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php b/application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php index 6d4711446..541bde12f 100644 --- a/application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php +++ b/application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWrapper Registerable { +class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWrapper, Registerable { // Table names const DB_TABLE_NODE_LIST = 'node_list';