diff options
| author | Cash Costello <cash.costello@gmail.com> | 2011-10-08 17:56:27 -0400 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2011-10-08 17:56:27 -0400 | 
| commit | c80f32c614e48e237bcc3b72b780badf17d99dca (patch) | |
| tree | ef37a16cc632d2143a42027ef83a4bfa511ddc9b /engine/lib/output.php | |
| parent | 73eb2ffc45442195c6c8fe9dd13604781adfc74b (diff) | |
| download | elgg-c80f32c614e48e237bcc3b72b780badf17d99dca.tar.gz elgg-c80f32c614e48e237bcc3b72b780badf17d99dca.tar.bz2 | |
Fixes #3936 added @access private to internal functions
Diffstat (limited to 'engine/lib/output.php')
| -rw-r--r-- | engine/lib/output.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engine/lib/output.php b/engine/lib/output.php index 9479fee53..2c3e1a0ba 100644 --- a/engine/lib/output.php +++ b/engine/lib/output.php @@ -198,6 +198,7 @@ function elgg_format_attributes(array $attrs) {   * @param array $vars The raw $vars array with all it's dirtiness (config, url, etc.)   *   * @return array The array, ready to be used in elgg_format_attributes(). + * @access private   */  function elgg_clean_vars(array $vars = array()) {  	unset($vars['config']); | 
