Skip to content

Commit c63ce04

Browse files
committed
ZSTD-4230 [Win8] Local Zend Server added in the PHP Servers view after
clean installation of Zend Studio 11
1 parent d2c5128 commit c63ce04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.zend.core.notifications/src/org/zend/core/notifications/NotificationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ private static boolean shouldShow(String messageId) {
626626
if (messageId != null) {
627627
IEclipsePreferences prefs = InstanceScope.INSTANCE
628628
.getNode(Activator.PLUGIN_ID);
629-
return prefs.getBoolean(messageId, false);
629+
return prefs.getBoolean(messageId, true);
630630
}
631631
return true;
632632
}

0 commit comments

Comments
 (0)