Differences From Artifact [a495b167f2]:

To Artifact [e04e8790f9]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
		}

		try {
			call_user_func($fn);

			if (null !== $redirect) {
				if (array_key_exists('_dialog', $_GET)) {
					Utils::reloadParentFrame($redirect);
				}

				Utils::redirect($redirect);
			}

			return true;
		}







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
		}

		try {
			call_user_func($fn);

			if (null !== $redirect) {
				if (array_key_exists('_dialog', $_GET)) {
					Utils::reloadParentFrame();
				}

				Utils::redirect($redirect);
			}

			return true;
		}