Magento – Ajax Error in system.log checkout/cart/sidebar/default.phtml on line 15

Today we had a template in which there were entries in the error log with the message: Notice: Undefined index: isAjax in /PFAD/www/app/design/frontend/default/default/[UnserTemplate]/checkout/cart/sidebar/default.phtml on line 15 In this line of the above. File we found the following code: if($params[‘isAjax’]) This was embedded in a function, which looked so: <a href=”<?php $params = $this->getRequest()->getParams(); if($params[‘isAjax’]) $isAjax =…