Renamed BaseFile to BaseAbstractFile to make it more clear that this class is
[core.git] / inc / classes / main / file_directories / text / class_BaseTextFile.php
index 1c15afa01945f5af86f3259abfca4f9c732af26a..1d3067380a8b4ba50eef29ad75aa49f2b308124b 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseTextFile extends BaseFile {
+class BaseTextFile extends BaseAbstractFile {
        /**
         * Protected constructor
         *