Development

#1428 (non existent function getIsXmlHttpRequest())

You must first sign up to be able to contribute.

Ticket #1428 (closed documentation: fixed)

Opened 2 years ago

Last modified 2 years ago

non existent function getIsXmlHttpRequest()

Reported by: lucjan Assigned to:
Priority: minor Milestone: 1.0.0
Component: Version: 1.0.0-rc1
Keywords: Cc:
Qualification:

Description

There is this line of code: $isAjax = $this->getIsXmlHttpRequest();

instead of

$isAjax = $this->isXmlHttpRequest();

in http://www.symfony-project.com/book/trunk/11-Ajax-Integration

Change History

02/06/07 14:04:36 changed by francois

  • status changed from new to closed.
  • resolution set to fixed.

(In [3413]) fixed typo in Ajax documentation (closes #1428)