]> source.dussan.org Git - nextcloud-server.git/commitdiff
short explanation about OC_Defaults
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 12 Jun 2013 14:33:09 +0000 (16:33 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 12 Jun 2013 14:33:09 +0000 (16:33 +0200)
lib/defaults.php

index ebe18986322059bb53665bc5fd819b7d8fab3582..7dc6fbd0ada1964847843a57ac7e148a37103d4a 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * Default strings and values which differ between the enterprise and the
+ * community edition. Use the get methods to always get the right strings.
+ */
+
 class OC_Defaults {
 
        private static $communityEntity = "ownCloud";