Some unnecessary/faulty includes fixed in DM plugin

This commit is contained in:
Mikael Nordfeldth
2014-11-07 16:33:19 +01:00
parent 48ba963ddd
commit 33e7562210
6 changed files with 173 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
<?php
if (!defined('GNUSOCIAL')) { exit(1); }
/**
* Table Definition for message
*/
require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
class Message extends Managed_DataObject
{