Changeset 1137:67d6b276ec8e for inc/admin/class.dc.form.php
- Timestamp:
- 03/29/13 07:03:08 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.form.php
r1090 r1137 376 376 public function __toString() 377 377 { 378 return $this->value;378 return (string) $this->value; 379 379 } 380 380
Note: See TracChangeset
for help on using the changeset viewer.