Small fix
authorJeffrey Reichardt <jeffrey.reichardt@googlemail.com>
Sun, 30 Dec 2012 22:32:13 +0000 (23:32 +0100)
committerJeffrey Reichardt <jeffrey.reichardt@googlemail.com>
Sun, 30 Dec 2012 22:32:13 +0000 (23:32 +0100)
..for the code patrol ;D

wcfsetup/install/files/lib/data/VersionableDatabaseObject.class.php

index a4d8b1d0cfa5b83c290014c6e0477a3feed5f1c8..27d346a8ac8ca152726a57f47ac4417055328038 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 namespace wcf\data;
-use wcf\util\StringUtil;
 use wcf\system\version\VersionHandler;
+use wcf\util\StringUtil;
 
 /**
  * Abstract class for all versionable data classes.
@@ -18,7 +18,7 @@ abstract class VersionableDatabaseObject extends DatabaseObject {
         * name of the versionable object type
         * @var string
         */
-       protected $versionableObjectTypeName = '';
+       public $versionableObjectTypeName = '';
        
        /**
         * Returns suffix of database tables.