Fix some scrutinizer issues
This commit is contained in:
parent
5941bc2f89
commit
9b924c1424
@ -1,3 +1,5 @@
|
||||
# Tim's Todo
|
||||
|
||||
[![Build Status](https://travis-ci.org/timw4mail/tims-todo.svg?branch=master)](https://travis-ci.org/timw4mail/tims-todo)
|
||||
[![Build Status](https://travis-ci.org/timw4mail/tims-todo.svg?branch=master)](https://travis-ci.org/timw4mail/tims-todo)
|
||||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/timw4mail/tims-todo/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/timw4mail/tims-todo/?branch=master)
|
||||
[![Code Coverage](https://scrutinizer-ci.com/g/timw4mail/tims-todo/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/timw4mail/tims-todo/?branch=master)
|
@ -241,7 +241,7 @@ class Page {
|
||||
*
|
||||
* Helper function for making script tags
|
||||
*
|
||||
* @param string $js
|
||||
* @param string $javascript
|
||||
* @param bool $domain
|
||||
* @return string
|
||||
*/
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
class Todo {
|
||||
|
||||
private $user, $pass, $email, $CI, $uid; //For user registration
|
||||
private $user, $pass, $CI, $uid; //For user registration
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
@ -100,7 +100,7 @@
|
||||
<input type="radio" name="share_type" value="group" id="group_share" <?= (empty($selected_groups)) ? "": 'checked="checked"' ?> />
|
||||
</dd>
|
||||
<?php if( ! empty($friends)): ?>
|
||||
<?php if($selected_friends === FALSE) {$selected_friends = array();} ?>
|
||||
<?php if( ! is_array($selected_friends)) {$selected_friends = array();} ?>
|
||||
<dt class="friend_share"><strong>Friend Settings</strong></dt>
|
||||
<dd class="friend_share">
|
||||
<dl>
|
||||
|
Loading…
Reference in New Issue
Block a user