]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove stale reference to deprecated personal.php
authorZach Copley <zach@controlyourself.ca>
Thu, 18 Jun 2009 00:13:59 +0000 (17:13 -0700)
committerZach Copley <zach@controlyourself.ca>
Thu, 18 Jun 2009 00:13:59 +0000 (17:13 -0700)
lib/mailbox.php

index 766510a47b94318d4d0eb78a8021a584c9fefd84..b282ce36873b0f77acb59f66cff63af8b16b6e03 100644 (file)
@@ -31,8 +31,6 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
-require_once INSTALLDIR.'/lib/personal.php';
-
 define('MESSAGES_PER_PAGE', 20);
 
 /**