Changeset 11942
- Timestamp:
- 10/04/08 10:35:50 (5 years ago)
- Files:
-
- branches/1.2/lib/util/sfBrowserBase.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/util/sfBrowserBase.class.php
r11902 r11942 554 554 list($uri, $method, $parameters) = $this->doClick($name, $arguments, $options); 555 555 556 $this->call($uri, $method, $parameters);556 return $this->call($uri, $method, $parameters); 557 557 } 558 558