Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php')
-rw-r--r--libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php b/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
index 2cd3bbb0c9..6a63652198 100644
--- a/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
+++ b/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
@@ -71,4 +71,3 @@ abstract class ImageLinkTransformationsPlugin extends TransformationsPlugin
return "ImageLink";
}
}
-?>