/* If we changed application context in the course of this
* call, undo that change now. */
- if ($app_pushed === true) {
+ if ($app_pushed) {
$GLOBALS['registry']->popApp();
}
/* If we changed application context in the course of this
* call, undo that change now. */
- if ($app_pushed === true) {
+ if ($app_pushed) {
$GLOBALS['registry']->popApp();
}
/* If we changed application context in the course of this
* call, undo that change now. */
- if ($app_pushed === true) {
+ if ($app_pushed) {
$GLOBALS['registry']->popApp();
}
/* If we changed application context in the course of this
* call, undo that change now. */
- if ($app_pushed === true) {
+ if ($app_pushed) {
$GLOBALS['registry']->popApp();
}
}