Skip to content

Commit e020be7

Browse files
committed
Changed plugin activate page refresh parameters from r to t to avoid conflict cu editor refresh parameter
1 parent b53c716 commit e020be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/controller/plugin/plugins.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function activate() {
162162
}
163163

164164
if ($active) {
165-
$refreshUrl = \Vvveb\url(['module' => 'plugin/plugins', 'cache' => false, 'category' => $this->category], false) . '&r=' . time();
165+
$refreshUrl = \Vvveb\url(['module' => 'plugin/plugins', 'cache' => false, 'category' => $this->category], false) . '&t=' . time();
166166
$success = sprintf(__('Plugin `%s` activated!'), \Vvveb\humanReadable($this->plugin));
167167

168168
ignore_user_abort(1);

0 commit comments

Comments
 (0)