Changeset 24572
- Timestamp:
- 11/21/08 20:40:01 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Yacafi/trunk/lib/Yacafi.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Yacafi/trunk/lib/Yacafi.pm
r23697 r24572 191 191 $response = $code->(); 192 192 } else { 193 $response = ref($NOT_FOUND_CODE) eq 'CODE' ? $NOT_FOUND_CODE->( ) : $NOT_FOUND_CODE;193 $response = ref($NOT_FOUND_CODE) eq 'CODE' ? $NOT_FOUND_CODE->($func) : $NOT_FOUND_CODE; 194 194 } 195 195 };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)