Home Forums RaidPlanner Discussions Bug reports Creating default object from empty value in Reply To: Creating default object from empty value in

#1764
Anonymous
Inactive

Echange in \components\com_raidplanner\views\event\tmpl\default.php

on line 305 this: (intval($this->selfstatus->role_id)==0) {
into this: (intval($this->selfstatus->role_id)==1) {

<?php foreach ($this->roles as $role) {
if (intval($this->selfstatus->role_id)==1) {
$this->selfstatus->role_id=$role->role_id;

So no error message comes up! }

 

Comments are closed.