Changeset 1064716
- Timestamp:
- 01/10/2015 03:52:59 PM (11 years ago)
- File:
-
- 1 edited
-
enzymes/trunk/src/Enzymes3.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enzymes/trunk/src/Enzymes3.php
r1064687 r1064716 431 431 $field = $this->unquote($field); 432 432 } 433 // if ( ! property_exists($post_object, $field) ) {434 // return "($field)";435 // }436 433 $result = @$post_object->$field; 437 434 return $result; … … 856 853 857 854 /** 858 * Remove noise the matchedsequence.855 * Remove noise from a sequence. 859 856 * 860 857 * @param string $sequence … … 879 876 } 880 877 878 /** 879 * Detect the version of the injection post. 880 * 881 * @return int 882 */ 881 883 protected 882 884 function default_version() … … 897 899 898 900 /** 901 * Detect the version of an injection with a sequence. 902 * Remove the forced version from the sequence, if that was the case. 903 * 899 904 * @param string $sequence 900 905 * 901 * @return false|string906 * @return int 902 907 */ 903 908 protected … … 988 993 989 994 /** 995 * Get the post the injection belongs to. 996 * It can be null when forced to NO_POST. 997 * 990 998 * @param $args 991 999 *
Note: See TracChangeset
for help on using the changeset viewer.