浏览代码

Concat in static class vars causes error in PHP < 5.6

Lacey Sanderson 7 年之前
父节点
当前提交
b63d77e597
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tripal/includes/TripalFields/TripalField.inc

+ 2 - 2
tripal/includes/TripalFields/TripalField.inc

@@ -15,8 +15,8 @@ class TripalField {
   public static $default_label = 'Tripal Field';
 
   // The default description for this field.
-  public static $default_description = 'The generic base class for all Tripal fields. ' .
-    'Replace this text as appropriate for the child implementation.';
+  public static $default_description = 'The generic base class for all Tripal fields. 
+    Replace this text as appropriate for the child implementation.';
 
   // Provide a list of global settings. These can be accessed witihn the
   // globalSettingsForm.  When the globalSettingsForm is submitted then