소스 검색

Concat in static class vars causes error in PHP < 5.6

Lacey Sanderson 7 년 전
부모
커밋
d781a8f26a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal_chado/includes/TripalFields/ChadoField.inc

+ 2 - 2
tripal_chado/includes/TripalFields/ChadoField.inc

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