]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
check correct define (not backwards compatible)
authorEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 01:12:44 +0000 (21:12 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 01:12:44 +0000 (21:12 -0400)
classes/Config.php
classes/Deleted_notice.php

index 5bec13fdc8d92a8d663745b895fedabc5292e366..92f237d7f243d240fe12866489326d165dcab5ac 100644 (file)
@@ -17,7 +17,9 @@
  * along with this program.     If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('LACONICA')) { exit(1); }
+if (!defined('STATUSNET')) {
+    exit(1);
+}
 
 /**
  * Table Definition for config
index 474d0b6f4168055d9073932755a8cef811531e2c..64dc85da657687ff96b0b40190a7a8b24cd3e6ce 100644 (file)
@@ -17,7 +17,9 @@
  * along with this program.     If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('LACONICA')) { exit(1); }
+if (!defined('STATUSNET')) {
+    exit(1);
+}
 
 /**
  * Table Definition for notice