UCSCLibrary / AdminImages

This Omeka 2.0+ plugin allows administrators to upload images not attached to items, for use in carousels and pages.
GNU General Public License v2.0
10 stars 7 forks source link

Fix typo in parent class name #14

Open csidirop opened 4 months ago

csidirop commented 4 months ago

This PR should fix #12

The class header extends Omeka_plugin_AbstractPlugin which has a typo in its name. It should be Omeka_Plugin_AbstractPlugin with a capital P. See https://github.com/omeka/Documentation/blob/master/source/Tutorials/understandingOmeka_Plugin_AbstractPlugin.rst#understanding-omeka_plugin_abstractplugin