]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-nickname.php
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / inc / extensions / ext-nickname.php
index e8f97ac910548f8c3c23cdf92e1603ded744c7d2..5ce17e5fcb7202969a47b823c6cc7f9ba6659c3f 100644 (file)
@@ -77,7 +77,7 @@ switch (getExtensionMode()) {
                                addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_extensions` SET ext_has_css='Y' WHERE `ext_name`='nickname' AND ext_has_css='N' LIMIT 1");
 
                                // This update depends on sql_patches update!
-                               addExtensionUpdateDependency('sql_patches');
+                               addExtensionDependency('sql_patches');
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("CSS-Datei kann per Adminbereich ein- und ausgeschaltet werden.");